[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  PRINTC

  .  Summary

  printc(int <chr>);

  .  Description

  The printc function prints the character represented by the ASCII
  value <chr> to the terminal screen.

  .  Return Value

  <chr> is returned.

  .  Example

  printc('A');

  printc(7);            // print ASCII value 7 (BELL sound)

  printc(keyinw());     // print user keypress

See Also: prints printsc printn ASCII table
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson